Skip to content

Add sycl benchmark to sycl compatibility workflow #1226

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 16, 2025

Conversation

PatKamin
Copy link
Contributor

@PatKamin PatKamin commented Mar 28, 2025

Description

Add a sycl benchmark script run as an additional sycl compatibility test

Checklist

  • Code compiles without errors locally
  • All tests pass locally
  • CI workflows execute properly

@PatKamin PatKamin force-pushed the sycl-bench-compat branch 4 times, most recently from 3fce69a to a6cfee8 Compare March 31, 2025 08:17
@PatKamin PatKamin force-pushed the sycl-bench-compat branch 6 times, most recently from a5b9f79 to 59b2003 Compare April 1, 2025 13:19
@PatKamin PatKamin force-pushed the sycl-bench-compat branch 15 times, most recently from fa7decb to b307fc0 Compare April 4, 2025 11:53
@PatKamin PatKamin force-pushed the sycl-bench-compat branch 3 times, most recently from 7077fb3 to b9c6020 Compare April 18, 2025 10:01
@PatKamin PatKamin force-pushed the sycl-bench-compat branch 17 times, most recently from 4ef59a3 to 7be6546 Compare May 9, 2025 09:48
@PatKamin PatKamin marked this pull request as ready for review May 9, 2025 09:49
@PatKamin PatKamin requested a review from a team as a code owner May 9, 2025 09:49
@lukaszstolarczuk
Copy link
Contributor

also, pls re-base after this one is merged: #1314

@PatKamin PatKamin force-pushed the sycl-bench-compat branch from 7be6546 to dacd68e Compare May 13, 2025 12:43
@PatKamin
Copy link
Contributor Author

@PatKamin PatKamin force-pushed the sycl-bench-compat branch from dacd68e to 6885263 Compare May 13, 2025 15:44
@PatKamin PatKamin force-pushed the sycl-bench-compat branch from 6885263 to 223f341 Compare May 14, 2025 10:00
--results-dir ${{ github.workspace }}/results-repo
--output-markdown
${{ (inputs.compatibility == 0) && format('--umf {0} --timeout 3000 --output-html remote', env.BUILD_DIR) || '' }}
${{ (inputs.compatibility == 1) && format('--sycl {0} --timeout 7200', env.SYCL_DIR) || '' }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like that format function - it's worth noting for future :)

@bratpiorka bratpiorka merged commit 4450c66 into oneapi-src:main May 16, 2025
86 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants